home *** CD-ROM | disk | FTP | other *** search
- nar <- Narrator new
-
- nar setPitch: 70
- nar speak: 'Hello, these are some Nare rater tests.' print
- nar speak: 'Spelling afffects the words I produce, so experiment!' print
-
- nar setVolume: 64
- nar speak: 'Vol yoom iz now maksed out!' print
-
- nar setPitch: 310
- nar speak: 'How about a high voice?' print
-
- nar setMode: 'robotic'
- nar speak: 'Now, I am a RowBot!' print
-
- nar setSex: 1
- nar setPitch: 100
- nar speak: 'Now, I sound like a male RowBot!' print
-
- nar setMode: 'natural'
- nar setPitchModulation: 180
- nar speak: 'Now, I sound like an old man!' print
-
- nar setPhoneme: 'AE'
- nar setCentralizeValue: 90
- nar speak: 'Here iz a new aksent for me.' print
-
- nar setEnthusiasm: (2/32)
- nar setCentralizeValue: 0
- nar speak: 'My enthuzyazm has changed.' print
-
- nar setVolume: 15
- nar speak: 'Now, I am going to whissper.' print
-
- nar setPitchModulation: 0
- nar setVolume: 64
-
- ph <- nar translateText: 'Here iz a foe netick string.' print
- nar speakPhonetics: ph print
-
- nar speak: ' '
- nar setFormant2: 89
- nar setFormant2Amplitude: 2
- nar speak: 'Notice the frog in my voice.' print
-
- nar speak: 'Lets clear it up' print
- nar setFormant2: 0
- nar speak: 'Halls of medicine does it again!' print
-
- nar speak: 'Feel free to experiment with me.' print
- nar setEnthusiasm: (32/32)
- nar speak: 'Enjoy your Amiga Talk program!' print
-
- nar close
-